func net/http.isProtocolSwitchResponse

3 uses

	net/http (current package)
		response.go#L357: 	return isProtocolSwitchResponse(r.StatusCode, r.Header)
		response.go#L362: func isProtocolSwitchResponse(code int, h Header) bool {
		server.go#L1509: 		!isProtocolSwitchResponse(w.status, header)